com.objectplanet.survey.event
Class Event.NonVetoable

java.lang.Object
  extended by com.objectplanet.survey.event.Event
      extended by com.objectplanet.survey.event.Event.NonVetoable
Enclosing class:
Event

public abstract static class Event.NonVetoable
extends Event

An BusEvent implementation that cannot be vetoed.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event
Event.NonVetoable
 
Constructor Summary
Event.NonVetoable(IEventListener source)
          Creates a new non-vetoable BusEvent.
 
Method Summary
 void veto()
          Disallows this BusEvent from being vetoed.
 
Methods inherited from class com.objectplanet.survey.event.Event
getSource, isVetoed, paramString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Event.NonVetoable

public Event.NonVetoable(IEventListener source)
Creates a new non-vetoable BusEvent.

Parameters:
source - The BusEvent source
Method Detail

veto

public void veto()
Disallows this BusEvent from being vetoed.

Overrides:
veto in class Event

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016