Package jade.domain.introspection
Interface AMSSubscriber.EventHandler
-
- All Superinterfaces:
Serializable,Serializable
- All Known Subinterfaces:
ToolAgent.EventHandler
- Enclosing class:
- AMSSubscriber
public static interface AMSSubscriber.EventHandler extends Serializable
This interface must be implemented by concrete event handlers installed by this AMSSubscriber.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(Event ev)
-
-
-
Method Detail
-
handle
void handle(Event ev)
-
-