org.xngr.context
Class MarkersChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.xngr.context.ServiceContextEvent
          extended by org.xngr.context.MarkersChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class MarkersChangedEvent
extends ServiceContextEvent

Event which indications that an action has been changed or added or removed to/from a list of actions.

Version:
$Revision$, $Date$
Author:
Edwin Dankert
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.xngr.context.ServiceContextEvent
ServiceContextEvent.Type
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 Marker getMarker()
           
 
Methods inherited from class org.xngr.context.ServiceContextEvent
getContext, getType
 
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
 

Method Detail

getMarker

public Marker getMarker()
Returns:
the marker described by this event.


Copyright © 2002-2009 Edwin Dankert. All Rights Reserved.