Package de.intarsys.tools.event
Class AbstractEventFacade
- java.lang.Object
-
- de.intarsys.tools.facade.Facade
-
- de.intarsys.tools.event.AbstractEventFacade
-
- All Implemented Interfaces:
IEvent
,IRequestEvent
,IFacade
- Direct Known Subclasses:
RequestEventFacade
public abstract class AbstractEventFacade extends Facade implements IRequestEvent
-
-
Field Summary
-
Fields inherited from interface de.intarsys.tools.event.IRequestEvent
ARG_EVENT, ARG_JEVENT, DEPR_ARG_JEVENT
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractEventFacade(java.lang.Object impl)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getType()
abstract boolean
getVeto()
abstract void
setVeto(boolean value)
-
Methods inherited from class de.intarsys.tools.facade.Facade
createFacade, getImpl
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.intarsys.tools.event.IEvent
consume, getEventType, getName, getSource, isConsumed, isVetoed, veto
-
-