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 SummaryFields Modifier and Type Field Description protected IComponentIdentifiercidThe source cid.protected java.lang.StringfullnameThe fullname.protected IModelInfomodelThe model info.- 
Fields inherited from class jadex.commons.gui.future.SwingDefaultResultListenercustomExceptionListener, customResultListener, parent
 
- 
 - 
Constructor SummaryConstructors Constructor Description KillListener(IModelInfo model, java.lang.String fullname, Future fut, java.awt.Component parent)Create a new listener.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustomResultAvailable(java.util.Map<java.lang.String,java.lang.Object> result)Called when result is available.- 
Methods inherited from class jadex.commons.gui.future.SwingDefaultResultListenercommandAvailable, customCommandAvailable, customExceptionOccurred, exceptionOccurred, resultAvailable, unblock
 
- 
 
- 
- 
- 
Field Detail- 
modelprotected IModelInfo model The model info.
 - 
fullnameprotected java.lang.String fullname The fullname.
 - 
cidprotected IComponentIdentifier cid The source cid.
 
- 
 - 
Constructor Detail- 
KillListenerpublic KillListener(IModelInfo model, java.lang.String fullname, Future fut, java.awt.Component parent) Create a new listener.
 
- 
 - 
Method Detail- 
customResultAvailablepublic void customResultAvailable(java.util.Map<java.lang.String,java.lang.Object> result) Called when result is available.- Overrides:
- customResultAvailablein class- SwingDefaultResultListener<java.util.Map<java.lang.String,java.lang.Object>>
- Parameters:
- result- The result.
 
 
- 
 
-