|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ascape.model.event.DefaultScapeListener
org.ascape.model.event.ScapeListenerDelegate
org.ascape.view.nonvis.NonGraphicViewDelegate
public class NonGraphicViewDelegate
Manages the relationship between a nongraphic view and its scape, including listener registeration and managing calling appopriate view methods for scape events.
Field Summary |
---|
Fields inherited from class org.ascape.model.event.DefaultScapeListener |
---|
listeningToScape, name, scape |
Constructor Summary | |
---|---|
NonGraphicViewDelegate()
Constructs the NonGraphicViewDelegate. |
|
NonGraphicViewDelegate(ScapeListener scapeListener)
Constructs the NonGraphicViewDelegate. |
Method Summary | |
---|---|
void |
scapeNotification(ScapeEvent scapeEvent)
Super method notifies this view that something has happened on the scape. |
Methods inherited from class org.ascape.model.event.ScapeListenerDelegate |
---|
getScapeListener, notifyScapeUpdated, scapeRemoved, setScapeListener, toString |
Methods inherited from class org.ascape.model.event.DefaultScapeListener |
---|
clone, environmentQuiting, getName, getScape, isGraphic, isLifeOfScape, isNotifyScapeAutomatically, scapeAdded, scapeClosing, scapeDeserialized, scapeInitialized, scapeIterated, scapeSetup, scapeStarted, scapeStopped, setName, setNotifyScapeAutomatically |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NonGraphicViewDelegate()
public NonGraphicViewDelegate(ScapeListener scapeListener)
scapeListener
- the view this delegate is managing scape relationships forMethod Detail |
---|
public void scapeNotification(ScapeEvent scapeEvent)
scapeNotification
in interface ScapeListener
scapeNotification
in class ScapeListenerDelegate
scapeEvent
- a scape event update
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |