org.kde.koala
public class KDCOPActionProxy extends DCOPObjectProxy
UNKNOWN: A proxy class publishing a DCOP interface for actions.
Constructor Summary | |
---|---|
protected | KDCOPActionProxy(Class dummy) |
KDCOPActionProxy(KActionCollection actionCollection, DCOPObjectInterface parent)
Constructs a dcop action proxy, being able to export the actions of the provided
KActionCollection through DCOP, using the parent DCOPObject's object id to
generate unique object ids for the actions. | |
KDCOPActionProxy(DCOPObjectInterface parent)
Use this constructor if do not want to provide the exportable actions through a
KActionCollection . |
Method Summary | |
---|---|
KAction | action(String name)
Returns an action object with the given name. |
String | actionObjectId(String name)
Use this method to retrieve a DCOP object id for an action with the given name.
|
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | process(String arg1, String fun, byte[] data, StringBuffer replyType, byte[] replyData)
Internal reimplementation of DCOPObjectProxy.process . |
boolean | processAction(String arg1, String fun, byte[] data, StringBuffer replyType, byte[] replyData, KAction action)
Called by the #process method and takes care of processing the object request for an
action object. |
UNKNOWN: Constructs a dcop action proxy, being able to export the actions of the provided KActionCollection through DCOP, using the parent DCOPObject's object id to generate unique object ids for the actions.
UNKNOWN: Use this constructor if do not want to provide the exportable actions through a KActionCollection .
UNKNOWN: Returns an action object with the given name.
UNKNOWN: Use this method to retrieve a DCOP object id for an action with the given name.
UNKNOWN: Internal reimplementation of DCOPObjectProxy.process .
UNKNOWN: Called by the #process method and takes care of processing the object request for an action object.