Class StatesRegisteredEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.github.jspinak.brobot.annotations.StatesRegisteredEvent
- All Implemented Interfaces:
Serializable
Event fired when all @State annotated classes have been processed and registered. This event
signals that the state structure is ready to be initialized.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
StatesRegisteredEvent
-
-
Method Details
-
getStateCount
public int getStateCount() -
getTransitionCount
public int getTransitionCount()
-