is.lill.acre.event
Class AbstractProtocolEvent

java.lang.Object
  extended by is.lill.acre.event.ACREEvent
      extended by is.lill.acre.event.AbstractProtocolEvent
All Implemented Interfaces:
IProtocolEvent
Direct Known Subclasses:
ProtocolAddedEvent

public abstract class AbstractProtocolEvent
extends ACREEvent
implements IProtocolEvent


Constructor Summary
protected AbstractProtocolEvent(Protocol p)
           
 
Method Summary
 Protocol getProtocol()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractProtocolEvent

protected AbstractProtocolEvent(Protocol p)
Method Detail

getProtocol

public Protocol getProtocol()
Specified by:
getProtocol in interface IProtocolEvent