Class TLspEditHandleResult
java.lang.Object
com.luciad.view.lightspeed.editor.operation.ALspEditHandleResult<AWTEvent>
com.luciad.view.lightspeed.editor.operation.TLspEditHandleResult
Implementation of
ALspEditHandleResult for java.awt.AWTEvent.- Since:
- 2012.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLspEditHandleResult(TLspEditOperation aEditOperation, EventObject aProcessedEvent, ELspInteractionStatus aInteractionStatus) Creates a newTLspEditHandleResultwith the givenTLspEditOperationand event.TLspEditHandleResult(Collection<TLspEditOperation> aEditOperations, EventObject aProcessedEvent, ELspInteractionStatus aInteractionStatus) Creates a newTLspEditHandleResultwith the givenTLspEditOperationobjects and event.TLspEditHandleResult(EventObject aProcessedEvent, ELspInteractionStatus aInteractionStatus) Creates a newTLspEditHandleResultwithoutTLspEditOperationand the given event and interaction status. -
Method Summary
Modifier and TypeMethodDescriptionfinal AWTEventReturns the partially consumed interaction event ornullwhen the incoming event was used completely.Methods inherited from class com.luciad.view.lightspeed.editor.operation.ALspEditHandleResult
getEditOperations, getInteractionStatus, toString
-
Constructor Details
-
TLspEditHandleResult
Creates a newTLspEditHandleResultwithoutTLspEditOperationand the given event and interaction status.- Parameters:
aProcessedEvent- an eventaInteractionStatus- the interaction status of this operation.
-
TLspEditHandleResult
public TLspEditHandleResult(TLspEditOperation aEditOperation, EventObject aProcessedEvent, ELspInteractionStatus aInteractionStatus) Creates a newTLspEditHandleResultwith the givenTLspEditOperationand event.- Parameters:
aEditOperation- an edit operationaProcessedEvent- an eventaInteractionStatus- the interaction status of this operation.
-
TLspEditHandleResult
public TLspEditHandleResult(Collection<TLspEditOperation> aEditOperations, EventObject aProcessedEvent, ELspInteractionStatus aInteractionStatus) Creates a newTLspEditHandleResultwith the givenTLspEditOperationobjects and event.- Parameters:
aEditOperations- a collection of edit operationsaProcessedEvent- an eventaInteractionStatus- the interaction status of this operation.
-
-
Method Details
-
getProcessedEvent
Description copied from class:ALspEditHandleResultReturns the partially consumed interaction event ornullwhen the incoming event was used completely.- Specified by:
getProcessedEventin classALspEditHandleResult<AWTEvent>- Returns:
- the partially consumed interaction event or
nullwhen the incoming event was used completely.
-