net.user1.union.core.event
Class ModuleEvent

java.lang.Object
  extended by net.user1.union.core.event.BaseEvent
      extended by net.user1.union.core.event.ModuleEvent
All Implemented Interfaces:
Event

public class ModuleEvent
extends BaseEvent

ModuleEvent is a simple data class used to pass information from a module to registered event-listeners when a module event occurs. The ModuleEvent class also defines constants representing the available module events. To register for a module event, use the Module class's addEventListener() method.


Field Summary
 
Fields inherited from class net.user1.union.core.event.BaseEvent
m_eventProperties
 
Constructor Summary
ModuleEvent()
           
 
Method Summary
 
Methods inherited from class net.user1.union.core.event.BaseEvent
getProperty, isCanceled, preventDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleEvent

public ModuleEvent()


Copyright USER1 Subsystems Corporation - Tue Jan 28 2014, 05:05 PM -0500