|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseListener
This interface is responsible for listening the events fired by one main BaseObject (the main source) as ACSRun and ViewInBase -and also the events fired by the main source objects- for updating the unique graphic (tree or diagram) which is associated to this BaseListener and which displays the main source objects.
Each event source is registered only one time. The main source opening and closing operations are not implied, since these operations are handled in Gui1/Gui2 and the gDMak classes ActionClose and ActionOpen.
Method Summary | |
---|---|
void |
finalizeForUser()
Unregister the instance as a listener for all registered sources. |
ImmutableName |
getEorMainEventSource()
Get the main event source associated to the instance in its construction. |
int |
hashCode()
HashCode of the instance. |
boolean |
setListenEvents(boolean _listen)
To listen or not the events in propertyChange(). |
Methods inherited from interface java.beans.PropertyChangeListener |
---|
propertyChange |
Method Detail |
---|
ImmutableName getEorMainEventSource()
boolean setListenEvents(boolean _listen)
_listen
- true to listen the events in this instance, through propertyChange()
void finalizeForUser()
int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |