Uses of Interface
org.jecars.tools.CARS_ToolInstanceEvent

Packages that use CARS_ToolInstanceEvent
org.jecars.tools   
 

Uses of CARS_ToolInstanceEvent in org.jecars.tools
 

Classes in org.jecars.tools that implement CARS_ToolInstanceEvent
 class CARS_DefaultToolInstanceEvent
           
 

Methods in org.jecars.tools that return CARS_ToolInstanceEvent
static CARS_ToolInstanceEvent CARS_DefaultToolInstanceEvent.createEvent(CARS_ToolInterface pInstance, int pEventType)
          Factory method to create a event
static CARS_ToolInstanceEvent CARS_DefaultToolInstanceEvent.createEvent(CARS_ToolInterface pInstance, int pEventType, java.lang.String pValue)
          Factory method to create a event
static CARS_ToolInstanceEvent CARS_DefaultToolInstanceEvent.createEvent(CARS_ToolInterface pInstance, java.lang.Throwable pException)
          Factory method to create a event for a exception type
static CARS_ToolInstanceEvent CARS_DefaultToolInstanceEvent.createEventMessage(CARS_ToolInterface pInstance, java.util.logging.Level pLevel, java.lang.String pMessage, boolean pBlocking)
          Factory method to create a event
static CARS_ToolInstanceEvent CARS_DefaultToolInstanceEvent.createEventState(CARS_ToolInterface pInstance, java.lang.String pState)
          Factory method to create a event for a change state type
 

Methods in org.jecars.tools with parameters of type CARS_ToolInstanceEvent
 void CARS_DefaultToolInterface.generalException(CARS_ToolInstanceEvent pEvent)
          Listen to instance exceptions
 void CARS_ToolInstanceListener.generalException(CARS_ToolInstanceEvent pEvent)
          Listen to instance exceptions
 void CARS_DefaultToolInterface.reportMessage(CARS_ToolInstanceEvent pEvent)
          Listen to message reports
 void CARS_ToolInstanceListener.reportMessage(CARS_ToolInstanceEvent pEvent)
          Listen to message reports
 void CARS_DefaultToolInterface.reports(CARS_ToolInstanceEvent pEvent)
          Listen to instance reports
 void CARS_ToolInstanceListener.reports(CARS_ToolInstanceEvent pEvent)
          Listen to instance reports
protected  void CARS_DefaultToolInterface.reportToInstanceListeners(CARS_ToolInstanceEvent pEvent)
          Report this event to the listeners
 void CARS_DefaultToolInterface.stateChanged(CARS_ToolInstanceEvent pEvent)
          Listen to instance state changes
 void CARS_ToolInstanceListener.stateChanged(CARS_ToolInstanceEvent pEvent)
          Listen to instance state changes
 void CARS_DefaultToolInterface.toolInstanceException(CARS_ToolInstanceEvent pEvent)
          Listen to tool instance exceptions, tool instance exceptions are exception which are generated by external tools.
 void CARS_ToolInstanceListener.toolInstanceException(CARS_ToolInstanceEvent pEvent)
          Listen to tool instance exceptions, tool instance exceptions are exception which are generated by external tools.