|
![]() |
|||||||||
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.view.nonvis.NonGraphicView
public class NonGraphicView
A base class for most non-gui observer of scapes. Provides notification of scape updates.
Field Summary |
---|
Fields inherited from class org.ascape.model.event.DefaultScapeListener |
---|
listeningToScape, name, scape |
Constructor Summary | |
---|---|
NonGraphicView()
Constructs a non-graphic view. |
|
NonGraphicView(java.lang.String name)
Constructs a non-grahpic view. |
Method Summary | |
---|---|
boolean |
isGraphic()
Returns false, by definition non graphic views have no gui. |
Methods inherited from class org.ascape.model.event.DefaultScapeListener |
---|
clone, environmentQuiting, getName, getScape, isLifeOfScape, isNotifyScapeAutomatically, notifyScapeUpdated, scapeAdded, scapeClosing, scapeDeserialized, scapeInitialized, scapeIterated, scapeNotification, scapeRemoved, scapeSetup, scapeStarted, scapeStopped, setName, setNotifyScapeAutomatically, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NonGraphicView()
public NonGraphicView(java.lang.String name)
name
- a user relevant name for this viewMethod Detail |
---|
public final boolean isGraphic()
isGraphic
in interface ScapeListener
isGraphic
in class DefaultScapeListener
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |