Uses of Class
cleoni.adv.Event

Packages that use Event
cleoni.adv   
 

Uses of Event in cleoni.adv
 

Methods in cleoni.adv that return Event
 Event Token.eventVal()
           
 

Methods in cleoni.adv with parameters of type Event
 boolean World.fireEvent(Event e, AdvObject owner, java.lang.String agent, java.lang.String target, boolean defaultResult)
          Triggers an EVENT, so that the corresponding SmallBasic code is executed.
 

Constructors in cleoni.adv with parameters of type Event
Token(Event initObj)