|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.project.ProjectServiceEvent
Provides a service specific event extended from KeyedEvent used in conjunction
with the standard implementation of the server-side functionality as
defined by the ProjectService interface. The event could be used by
a custom implementation of the ProjectService.
Supported API: false
Extendable: false
KeyedEvent
,
Serialized FormField Summary | |
private static String |
CLASSNAME
|
static String |
REPROJECT
A constant that defines an event key that marks the occurrence of the reproject event Supported API: false |
private static String |
RESOURCE
|
private ProjectService |
service
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
ProjectServiceEvent(ProjectService service,
String eventType,
ProjectManaged eventTarget)
Constructs a Project services event from the specified service and its event type and target. |
Method Summary | |
static String |
generateEventKey(String eventType)
Generates an event key from an event type. |
ProjectService |
getService()
Gets the value of the attribute: service; The Project service that emits events. |
ProjectManaged |
getTarget()
Gets the target of the event. |
void |
setService(ProjectService a_Service)
Sets the value of the attribute: service; The Project service that emits events. |
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 |
private static final String RESOURCE
private static final String CLASSNAME
public static final String REPROJECT
private ProjectService service
Constructor Detail |
public ProjectServiceEvent(ProjectService service, String eventType, ProjectManaged eventTarget) throws ProjectException, WTPropertyVetoException
service
- the LifeCycleService object used to construct the service's eventeventType
- the type of event used to construct the service's eventeventTarget
- the object used to construct the service's event
ProjectException
WTPropertyVetoException
Method Detail |
public ProjectService getService()
public void setService(ProjectService a_Service) throws WTPropertyVetoException
a_Service
-
WTPropertyVetoException
public ProjectManaged getTarget()
ProjectServiceEvent
public static String generateEventKey(String eventType)
eventType
- the type of event used to generate an event key
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |