|
Pounamu v1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--pounamu.event.PounamuEvent | +--pounamu.event.RemoveEntityEvent
Title: RemoveEntityEvent Description: defines a remove entity event Copyright: Copyright (c) 2002 Company: Auckland UniServices Limited
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
RemoveEntityEvent(java.lang.Object source,
PounamuModelElement entity)
construct this event |
Method Summary | |
PounamuModelElement |
getEntity()
get the new association |
java.lang.String |
toString()
String representation |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RemoveEntityEvent(java.lang.Object source, PounamuModelElement entity)
source
- the panel where this new shape is onMethod Detail |
public PounamuModelElement getEntity()
public java.lang.String toString()
toString
in class PounamuEvent
|
Pounamu v1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |