AnyLogic
Expand
Font size
All Implemented Interfaces:
Serializable
Enclosing class:
LibraryEventHandler

public abstract static class LibraryEventHandler.Event
extends Object
implements Serializable
See Also:
Serialized Form

Constructor Summary

ConstructorDescription
Event() 

Method Summary

Modifier and TypeMethodDescription
abstract voidexecute() 
booleanisActive() 
final voidreset() 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

Event

public Event()

Method Details

execute

public abstract void execute()

isActive

public boolean isActive()

reset

public final void reset()