Package jadex.tools.starter
Class StarterPanel.KillListener
- java.lang.Object
-
- jadex.commons.future.DefaultResultListener<E>
-
- jadex.commons.gui.future.SwingDefaultResultListener<java.util.Map<java.lang.String,java.lang.Object>>
-
- jadex.tools.starter.StarterPanel.KillListener
-
- All Implemented Interfaces:
IFunctionalExceptionListener
,IFunctionalResultListener<java.util.Map<java.lang.String,java.lang.Object>>
,IFutureCommandResultListener<java.util.Map<java.lang.String,java.lang.Object>>
,IResultListener<java.util.Map<java.lang.String,java.lang.Object>>
- Enclosing class:
- StarterPanel
public class StarterPanel.KillListener extends SwingDefaultResultListener<java.util.Map<java.lang.String,java.lang.Object>>
Listener that is called on component kill.
-
-
Field Summary
Fields Modifier and Type Field Description protected IComponentIdentifier
cid
The source cid.protected java.lang.String
fullname
The fullname.protected IModelInfo
model
The model info.-
Fields inherited from class jadex.commons.gui.future.SwingDefaultResultListener
customExceptionListener, customResultListener, parent
-
-
Constructor Summary
Constructors Constructor Description KillListener(IModelInfo model, java.lang.String fullname, Future fut, java.awt.Component parent)
Create a new listener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
customResultAvailable(java.util.Map<java.lang.String,java.lang.Object> result)
Called when result is available.-
Methods inherited from class jadex.commons.gui.future.SwingDefaultResultListener
commandAvailable, customCommandAvailable, customExceptionOccurred, exceptionOccurred, resultAvailable, unblock
-
-
-
-
Field Detail
-
model
protected IModelInfo model
The model info.
-
fullname
protected java.lang.String fullname
The fullname.
-
cid
protected IComponentIdentifier cid
The source cid.
-
-
Constructor Detail
-
KillListener
public KillListener(IModelInfo model, java.lang.String fullname, Future fut, java.awt.Component parent)
Create a new listener.
-
-
Method Detail
-
customResultAvailable
public void customResultAvailable(java.util.Map<java.lang.String,java.lang.Object> result)
Called when result is available.- Overrides:
customResultAvailable
in classSwingDefaultResultListener<java.util.Map<java.lang.String,java.lang.Object>>
- Parameters:
result
- The result.
-
-