Package com.luciad.lucy.workspace
Class TLcyWorkspaceManagerEvent
java.lang.Object
java.util.EventObject
com.luciad.lucy.workspace.TLcyWorkspaceManagerEvent
- All Implemented Interfaces:
Serializable
Event that describes a change in a
TLcyWorkspaceManager.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSignals that workspace decoding will start shortly.static final intSignals that workspace encoding will start shortly.static final intSignals that workspace decoding has finished.static final intSignals that workspace encoding has finished.Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionTLcyWorkspaceManagerEvent(TLcyWorkspaceManager aWorkspaceManager, int aID) Creates a newTLcyWorkspaceManagerEvent. -
Method Summary
Modifier and TypeMethodDescriptionintgetID()The ID of the event.Deprecated.TheTLcyWorkspaceManagerthat has changed.Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
STARTING_WORKSPACE_DECODING
public static final int STARTING_WORKSPACE_DECODINGSignals that workspace decoding will start shortly.- See Also:
-
WORKSPACE_DECODING_ENDED
public static final int WORKSPACE_DECODING_ENDEDSignals that workspace decoding has finished.- See Also:
-
STARTING_WORKSPACE_ENCODING
public static final int STARTING_WORKSPACE_ENCODINGSignals that workspace encoding will start shortly.- See Also:
-
WORKSPACE_ENCODING_ENDED
public static final int WORKSPACE_ENCODING_ENDEDSignals that workspace encoding has finished.- See Also:
-
-
Constructor Details
-
TLcyWorkspaceManagerEvent
Creates a newTLcyWorkspaceManagerEvent.- Parameters:
aWorkspaceManager- The source of the event.aID- One ofSTARTING_WORKSPACE_DECODING,WORKSPACE_DECODING_ENDED,STARTING_WORKSPACE_ENCODINGorWORKSPACE_ENCODING_ENDED.
-
-
Method Details
-
getWorkspaceCodec
Deprecated.UsegetWorkspaceManager()instead. TheTLcyWorkspaceManagerthat has changed.- Returns:
- the
TLcyWorkspaceManagerthat has changed.
-
getWorkspaceManager
TheTLcyWorkspaceManagerthat has changed.- Returns:
- the
TLcyWorkspaceManagerthat has changed.
-
getID
public int getID()The ID of the event.
-
getWorkspaceManager()instead.