org.demac.impl.event
Class EventHandleImpl
java.lang.Object
org.demac.impl.event.EventHandleImpl
- All Implemented Interfaces:
- EventHandle, Handle
public class EventHandleImpl
- extends java.lang.Object
- implements EventHandle
TODO
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
EventHandleImpl
public EventHandleImpl(java.lang.Object unique)
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interface Handle
- Overrides:
equals
in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Handle
- Overrides:
hashCode
in class java.lang.Object
- See Also:
Object.hashCode()
toString
public java.lang.String toString()
- Specified by:
toString
in interface Handle
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
getUniqueObject
public java.lang.Object getUniqueObject()
- Description copied from interface:
Handle
- Method to get the identifying object of the handle.
- Specified by:
getUniqueObject
in interface Handle
- Returns:
- the identifying object
- See Also:
Handle.getUniqueObject()