com.cliffblaster.game.api.event
Class PluginCommunicationEvent

java.lang.Object
  extended by com.cliffblaster.game.api.event.Event
      extended by com.cliffblaster.game.api.event.ServerEvent
          extended by com.cliffblaster.game.api.event.PluginCommunicationEvent

public class PluginCommunicationEvent
extends ServerEvent


Nested Class Summary
 
Nested classes/interfaces inherited from class com.cliffblaster.game.api.event.Event
Event.Priority, Event.Type
 
Field Summary
 
Fields inherited from class com.cliffblaster.game.api.event.Event
evtType
 
Constructor Summary
PluginCommunicationEvent(JavaPlugin source, java.lang.Object[] parameters)
           
 
Method Summary
 void handle()
          Sets the event as handled
 boolean wasHandled()
          Returns whether the event was handled.
 
Methods inherited from class com.cliffblaster.game.api.event.Event
cancel, getType, isCancelled, unCancel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginCommunicationEvent

public PluginCommunicationEvent(JavaPlugin source,
                                java.lang.Object[] parameters)
Method Detail

handle

public final void handle()
Sets the event as handled


wasHandled

public final boolean wasHandled()
Returns whether the event was handled. A handled event should not be further processed.