com.u2d.pubsub
Class AppEventSupport
java.lang.Object
com.u2d.pubsub.AppEventSupport
- All Implemented Interfaces:
- AppEventNotifier
public class AppEventSupport
- extends java.lang.Object
- implements AppEventNotifier
- Author:
- Eitan Suez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppEventSupport
public AppEventSupport(AppEventNotifier source)
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)