|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.fv.FvServiceEvent
Provides a service specific event extended from KeyedEvent emitted when
a folder or a vault overflows.
Supported API: false
Extendable: false
KeyedEvent
,
Serialized FormField Summary | |
private static String |
CLASSNAME
|
static String |
OVERFLOW
A constant that defines an event key that marks the occurrence of the file folder or file vault overflow. |
private static String |
RESOURCE
|
private FvService |
service
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
FvServiceEvent(FvService service,
String eventType,
Object eventTarget)
Constructs a LifeCycle services event from the specified service and its event type and target. |
|
FvServiceEvent(String eventType,
Object eventTarget)
Constructs a single object event from the event type and target. |
|
FvServiceEvent(String eventType,
WTCollection eventTarget)
Constructs a multi object event from the event type and target. |
Method Summary | |
static String |
generateEventKey(String eventType)
Generates an event key from an event type. |
FvService |
getService()
Gets the value of the attribute: service; The file vault service that emits events. |
WTCollection |
getTargets()
Returns WTCollection of target objects Supported API: false |
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 OVERFLOW
private FvService service
Constructor Detail |
public FvServiceEvent(FvService service, String eventType, Object eventTarget) throws 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
WTPropertyVetoException
public FvServiceEvent(String eventType, Object eventTarget) throws WTPropertyVetoException
eventType
- the type of event used to construct the service's eventeventTarget
- the object used to construct the service's event
WTPropertyVetoException
public FvServiceEvent(String eventType, WTCollection eventTarget) throws WTPropertyVetoException
eventType
- the type of event used to construct the service's eventeventTarget
- the object used to construct the service's event
WTPropertyVetoException
Method Detail |
public FvService getService()
public static String generateEventKey(String eventType)
eventType
- the type of event used to generate an event key
public WTCollection getTargets()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |