de.intarsys.tools.event
Class GenericEvent
java.lang.Object
java.util.EventObject
de.intarsys.tools.event.Event
de.intarsys.tools.event.GenericEvent
- All Implemented Interfaces:
- IEvent, IFunctorEvent, IFacadeSupport, Serializable
public class GenericEvent
- extends Event
- implements IFunctorEvent, IFacadeSupport
- See Also:
- Serialized Form
Fields inherited from class de.intarsys.tools.event.Event |
ID, ID_ALL |
TYPE
public static final EventType TYPE
GenericEvent
public GenericEvent(Object source)
GenericEvent
public GenericEvent(Object source,
EventType type,
String name)
- Parameters:
source
- type
- TODOname
- TODO
createFacade
public IFacade createFacade()
- Description copied from interface:
IFacadeSupport
- The associated
IFacade
.
- Specified by:
createFacade
in interface IFacadeSupport
- Returns:
- The associated
IFacade
.
getArgs
public Object getArgs()
getEventType
public EventType getEventType()
- Description copied from interface:
IEvent
- A type for this event.
- Specified by:
getEventType
in interface IEvent
- Overrides:
getEventType
in class Event
- Returns:
- A type for this event.
getName
public String getName()
- Description copied from interface:
IEvent
- A name for this event.
- Specified by:
getName
in interface IEvent
- Overrides:
getName
in class Event
- Returns:
- A name for this event.
getTarget
public Object getTarget()
- Specified by:
getTarget
in interface IFunctorEvent
getValue
public Object getValue()
- Specified by:
getValue
in interface IFunctorEvent
setArgs
public void setArgs(Object args)
setRc
public void setRc(boolean value)
- Specified by:
setRc
in interface IFunctorEvent
- Overrides:
setRc
in class Event
setTarget
public void setTarget(Object target)
setValue
public void setValue(Object value)
- Specified by:
setValue
in interface IFunctorEvent
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.