com.u2d.pubsub
Class AppEventSupport

java.lang.Object
  extended by com.u2d.pubsub.AppEventSupport
All Implemented Interfaces:
AppEventNotifier

public class AppEventSupport
extends java.lang.Object
implements AppEventNotifier

Author:
Eitan Suez

Constructor Summary
AppEventSupport(AppEventNotifier source)
           
 
Method Summary
 void addAppEventListener(java.lang.String evtType, AppEventListener l)
           
 void fireAppEventNotification(java.lang.String evtType)
           
 void fireAppEventNotification(java.lang.String evtType, java.lang.Object target)
           
 void removeAppEventListener(java.lang.String evtType, AppEventListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppEventSupport

public AppEventSupport(AppEventNotifier source)
Method Detail

addAppEventListener

public void addAppEventListener(java.lang.String evtType,
                                AppEventListener l)
Specified by:
addAppEventListener in interface AppEventNotifier

removeAppEventListener

public void removeAppEventListener(java.lang.String evtType,
                                   AppEventListener l)
Specified by:
removeAppEventListener in interface AppEventNotifier

fireAppEventNotification

public void fireAppEventNotification(java.lang.String evtType)
Specified by:
fireAppEventNotification in interface AppEventNotifier

fireAppEventNotification

public void fireAppEventNotification(java.lang.String evtType,
                                     java.lang.Object target)