|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
tico.board.events.BoardChangeEvent
public class BoardChangeEvent
A semantic event which indicates that a change on a board occured. This
event is generated by a TBoard
when the change occurs.
The event is passed to every every BoardChangeListener
object
that registered to receive such events using the component's
addBoardChangeListener
method.
The object that implements the BoardChangeListener
interface gets
this BoardChangeEvent
when the event occurs.
Constructor Summary | |
---|---|
BoardChangeEvent(java.lang.Object source)
Constructs an BoardChangeEvent object. |
Method Summary |
---|
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 BoardChangeEvent(java.lang.Object source)
BoardChangeEvent
object.
source
- The object that originated the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |