|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--org.millstone.base.terminal.Paintable.RepaintRequestEvent
Repaint request event is thrown when the paintable needs to be repainted. This is typically done when the paint() method would return dissimilar UIDL from the previous call of the method.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
Paintable.RepaintRequestEvent(Paintable source)
Construct new event. |
Method Summary | |
Paintable |
getPaintable()
Get the paintable needing repainting. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Paintable.RepaintRequestEvent(Paintable source)
source
- The paintable needing repaintMethod Detail |
public Paintable getPaintable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |