|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--java.beans.PropertyChangeEvent | +--be.madoka.aardbei.sokoban.DimensionChangeEvent
Represents a change of Dimension.
Constructor Summary | |
DimensionChangeEvent(Logic logic,
Dimension newDimension)
Default constructor. |
Method Summary | |
Dimension |
getDimension()
Returns the new Dimension. |
Methods inherited from class java.beans.PropertyChangeEvent |
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DimensionChangeEvent(Logic logic, Dimension newDimension)
logic
- the logicnewDimension
- the new DimensionMethod Detail |
public Dimension getDimension()
Dimension
specifying the new Dimension
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |