Uses of Interface
org.almendra.commons.events.ISimpleEventRegistry

Packages that use ISimpleEventRegistry
org.almendra.commons.events   
org.almendra.janet.cas.node   
 

Uses of ISimpleEventRegistry in org.almendra.commons.events
 

Classes in org.almendra.commons.events that implement ISimpleEventRegistry
 class SimpleEventRegistry
           
 class SimpleVetoableEventRegistry
           
 

Uses of ISimpleEventRegistry in org.almendra.janet.cas.node
 

Fields in org.almendra.janet.cas.node declared as ISimpleEventRegistry
protected  ISimpleEventRegistry Node.simpleEventRegistry
           
 

Methods in org.almendra.janet.cas.node that return ISimpleEventRegistry
 ISimpleEventRegistry Node.getSimpleEventRegistry()