jet.events
Class EventProxy
java.lang.Object
jet.events.EventListener
jet.events.EventProxy
- All Implemented Interfaces:
- java.util.EventListener
public class EventProxy
- extends EventListener
- Author:
- markus.meisters@web.de
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
support
private EventSupport support
src
private java.lang.Object src
eventTypes
private EventType[] eventTypes
newType
private EventType newType
EventProxy
public EventProxy(EventSupport support,
java.lang.Object src,
EventType[] eventTypes,
EventType newType)
- Creates a new instance of EventProxy
notifyEvent
public boolean notifyEvent(Event event)
- Specified by:
notifyEvent
in class EventListener
- Returns:
- boolean if the event should be done - this is not a hard veto!