Expresso 5-6

com.jcorporate.expresso.core.misc
Class SysEventHub

java.lang.Object
  extended bycom.jcorporate.expresso.core.misc.SysEventHub

public class SysEventHub
extends Object


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

Field Detail

myImpl

public static SysEventHubImpl myImpl
Constructor Detail

SysEventHub

public SysEventHub()
Method Detail

addListener

public static void addListener(SysEventListener listener,
                               String newTriggeringClass,
                               String newCode)

trigger

public static void trigger(SysEvent theEvent)

removeListener

public static void removeListener(SysEventListener listener,
                                  String newTriggeringClass,
                                  String newCode)

Expresso 5-6

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