Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.client.framework
Class BusEvent

java.lang.Object
  extended by org.jboss.errai.bus.client.framework.BusEvent
Direct Known Subclasses:
QueueCloseEvent, SubscriptionEvent

public abstract class BusEvent
extends Object


Constructor Summary
BusEvent()
           
 
Method Summary
 boolean isDisposeListener()
          Returns true if the listener should be disposed after firing, meaning the listener will be de-registered and never fired again.
 void setDisposeListener(boolean disposeListener)
          Sets whether or not the listener should be disposed of.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusEvent

public BusEvent()
Method Detail

isDisposeListener

public boolean isDisposeListener()
Returns true if the listener should be disposed after firing, meaning the listener will be de-registered and never fired again.

Returns:
-

setDisposeListener

public void setDisposeListener(boolean disposeListener)
Sets whether or not the listener should be disposed of. If set to true, the listener will be disposed the next time it fires.

Parameters:
disposeListener -

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.