org.eclipse.net4j.util.options
Class OptionsEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.net4j.util.event.Event
          extended by org.eclipse.net4j.util.options.OptionsEvent
All Implemented Interfaces:
Serializable, IEvent, IOptionsEvent

public class OptionsEvent
extends Event
implements IOptionsEvent

The default implementation of an options event.

Since:
2.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
OptionsEvent(IOptions source)
           
 
Method Summary
 IOptions getSource()
           
 
Methods inherited from class org.eclipse.net4j.util.event.Event
formatAdditionalParameters, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OptionsEvent

public OptionsEvent(IOptions source)
Method Detail

getSource

public IOptions getSource()
Specified by:
getSource in interface IEvent
Specified by:
getSource in interface IOptionsEvent
Overrides:
getSource in class Event


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.