wt.workflow.notebook
Class NotebookServiceEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bywt.workflow.notebook.NotebookServiceEvent
All Implemented Interfaces:
Serializable

public final class NotebookServiceEvent
extends KeyedEvent
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
static String NEW_NOTEBOOKCOMPONENT
          

Supported API: false
static String NOTEBOOKCOMPONENT_DELETED
          

Supported API: false
static String NOTEBOOKCOMPONENT_MODIFIED
          

Supported API: false
private static String RESOURCE
           
private  NotebookService service
           
 
Fields inherited from class wt.events.KeyedEvent
 
Constructor Summary
NotebookServiceEvent(NotebookService ns, String eventType, Object eventTarget)
          

Supported API: false
NotebookServiceEvent(String eventType, Object eventTarget)
          

Supported API: false
NotebookServiceEvent(String eventType, WTCollection eventTargets)
          

Supported API: false
 
Method Summary
 NotebookService getService()
          Gets the value of the attribute: service.
 WTCollection getTargets()
          

Supported API: false
 void setService(NotebookService a_Service)
          Sets the value of the attribute: service.
 
Methods inherited from class wt.events.KeyedEvent
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toMultiObjectEvent, toSingleObjectEvents, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

NEW_NOTEBOOKCOMPONENT

public static final String NEW_NOTEBOOKCOMPONENT


Supported API: false

See Also:
Constant Field Values

NOTEBOOKCOMPONENT_DELETED

public static final String NOTEBOOKCOMPONENT_DELETED


Supported API: false

See Also:
Constant Field Values

NOTEBOOKCOMPONENT_MODIFIED

public static final String NOTEBOOKCOMPONENT_MODIFIED


Supported API: false

See Also:
Constant Field Values

service

private NotebookService service
Constructor Detail

NotebookServiceEvent

public NotebookServiceEvent(NotebookService ns,
                            String eventType,
                            Object eventTarget)


Supported API: false

Parameters:
ns -
eventType -
eventTarget -

NotebookServiceEvent

public NotebookServiceEvent(String eventType,
                            Object eventTarget)


Supported API: false

Parameters:
eventType -
eventTarget -

NotebookServiceEvent

public NotebookServiceEvent(String eventType,
                            WTCollection eventTargets)


Supported API: false

Parameters:
eventType -
eventTargets -
Method Detail

getService

public NotebookService getService()
Gets the value of the attribute: service.

Supported API: false

Returns:
NotebookService

setService

public void setService(NotebookService a_Service)
                throws WTPropertyVetoException
Sets the value of the attribute: service.

Supported API: false

Parameters:
a_Service -
Throws:
WTPropertyVetoException

getTargets

public WTCollection getTargets()


Supported API: false

Returns:
WTCollection