com.cliffblaster.game.api
Class RegisteredEvent

java.lang.Object
  extended by com.cliffblaster.game.api.RegisteredEvent

public class RegisteredEvent
extends java.lang.Object


Method Summary
 EventListener getListener()
           
 JavaPlugin getPlugin()
           
 Event.Priority getPriority()
           
 Event.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPriority

public Event.Priority getPriority()

getType

public Event.Type getType()

getPlugin

public JavaPlugin getPlugin()

getListener

public EventListener getListener()