|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FrameEventListener
Method Summary | |
---|---|
void |
frameAdded(FrameEvent evt)
This handles the FRAME_ADDED kind of events. |
void |
frameModified(FrameEvent evt)
This handles the FRAME_MODIFIED kind of events. |
void |
frameRemoved(FrameEvent evt)
A frame is about to be removed This handles the FRAME_REMOVED kind of events. |
Method Detail |
---|
void frameAdded(FrameEvent evt)
FRAME_ADDED
kind of events.
evt
- The FrameEvent.void frameModified(FrameEvent evt)
FRAME_MODIFIED
kind of events.
evt
- The event describing the change.void frameRemoved(FrameEvent evt)
FRAME_REMOVED
kind of events.
evt
- The event describing the change.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |