Expresso 5-6

com.jcorporate.expresso.core.misc
Class DefaultSysEventHubImpl

java.lang.Object
  extended bycom.jcorporate.expresso.core.misc.DefaultSysEventHubImpl
All Implemented Interfaces:
SysEventHubImpl

public class DefaultSysEventHubImpl
extends Object
implements SysEventHubImpl


Constructor Summary
DefaultSysEventHubImpl()
           
 
Method Summary
 void addListener(SysEventListener listener, String newTriggeringClass, String newCode)
           
 void removeListener(SysEventListener listener, String newTriggeringClass, String newCode)
           
 void trigger(SysEvent theEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSysEventHubImpl

public DefaultSysEventHubImpl()
Method Detail

addListener

public void addListener(SysEventListener listener,
                        String newTriggeringClass,
                        String newCode)
Specified by:
addListener in interface SysEventHubImpl

removeListener

public void removeListener(SysEventListener listener,
                           String newTriggeringClass,
                           String newCode)
Specified by:
removeListener in interface SysEventHubImpl

trigger

public void trigger(SysEvent theEvent)
Specified by:
trigger in interface SysEventHubImpl

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.