|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.objectplanet.survey.event.EventUtils
public class EventUtils
Utility methods for the Event classes
| Constructor Summary | |
|---|---|
EventUtils()
|
|
| Method Summary | |
|---|---|
static void |
sendEvent(Event event,
IEventListener[] listenerArray)
Sends an event to all listeners in an array of listeners |
static void |
sendEvent(Event event,
ListenerList list)
Sends an event to all listeners in a ListenerList |
static void |
sendToSource(Event event)
Sends the event to the source of the event. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventUtils()
| Method Detail |
|---|
public static void sendEvent(Event event,
ListenerList list)
event - The event to sendlist - The listener list to receive the event
public static void sendEvent(Event event,
IEventListener[] listenerArray)
event - The event to sendlistenerArray - Array of listeners to receive the eventpublic static void sendToSource(Event event)
event -
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||