org.apache.tuscany.sdo.impl
Class EventImpl
java.lang.Object
org.apache.tuscany.sdo.impl.EventImpl
- All Implemented Interfaces:
- Event
public class EventImpl
- extends Object
- implements Event
Constructor Summary |
EventImpl(org.eclipse.emf.common.notify.Notification notification)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
emfEvent
protected org.eclipse.emf.common.notify.Notification emfEvent
notifier
protected Object notifier
EventImpl
public EventImpl(org.eclipse.emf.common.notify.Notification notification)
getNotifier
public Object getNotifier()
- Specified by:
getNotifier
in interface Event
getEventType
public int getEventType()
- Specified by:
getEventType
in interface Event
getProperty
public Property getProperty()
- Description copied from interface:
Event
- get the Property for which the value changed
- Specified by:
getProperty
in interface Event
getOldValue
public Object getOldValue()
- Specified by:
getOldValue
in interface Event
getNewValue
public Object getNewValue()
- Specified by:
getNewValue
in interface Event
wasSet
public boolean wasSet()
- Specified by:
wasSet
in interface Event
isTouch
public boolean isTouch()
- Specified by:
isTouch
in interface Event
getPosition
public int getPosition()
- Specified by:
getPosition
in interface Event
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.