|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModificationListener
Classes implementing this interface will be notified when changes to
reservations or resources occurred. The listener can be registered by calling
addModificationListener
of the UpdateModule
Don't forget to remove the listener by calling removeModificationLister
when no longer needed.
UpdateModule
,
ModificationEvent
Method Summary | |
---|---|
void |
dataChanged(ModificationEvent evt)
this notifies all listeners that data in the rapla-backend has changed. |
boolean |
isInvokedOnAWTEventQueue()
Return true if you want the notification to be synchronized with the awt event-queue using SwingUtilities.invokeLater(java.lang.Runnable) . |
Method Detail |
---|
void dataChanged(ModificationEvent evt) throws RaplaException
ModificationEvent
describes these changes.
RaplaException
boolean isInvokedOnAWTEventQueue()
SwingUtilities.invokeLater(java.lang.Runnable)
. Use this to avaoid
synchronization problems with swing guis.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |