|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JaxoCommunicator
Communicate events between panel components.
Method Summary | |
---|---|
void |
distributePropertyChange(String name,
boolean oldValue,
boolean newValue)
Distributes a property change to all sub-panels. |
void |
distributePropertyChange(String name,
int oldValue,
int newValue)
Distributes a property change to all sub-panels. |
void |
distributePropertyChange(String name,
Object oldValue,
Object newValue)
Distributes a property change to all sub-panels. |
void |
shutdown(int exitStatus)
Finalize a general shutdown on all sub-components. |
Methods inherited from interface java.awt.event.ActionListener |
---|
actionPerformed |
Method Detail |
---|
void distributePropertyChange(String name, Object oldValue, Object newValue)
name
- the name of the property. Not null.oldValue
- the old value of the property.newValue
- the new value of the property.void distributePropertyChange(String name, boolean oldValue, boolean newValue)
name
- the name of the property. Not null.oldValue
- the old value of the property.newValue
- the new value of the property.void distributePropertyChange(String name, int oldValue, int newValue)
name
- the name of the property. Not null.oldValue
- the old value of the property.newValue
- the new value of the property.void shutdown(int exitStatus)
exitStatus
- The exit status code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |