com.btobits.fixaj.events
Class SessionEvent

java.lang.Object
  extended by com.btobits.fixaj.events.SessionEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
MessageSentEvent, RejectReceivedEvent, SessionStateEvent

public abstract class SessionEvent
extends Object
implements Event


Field Summary
protected  String sessionID
           
 
Constructor Summary
SessionEvent(String sessionID)
           
 
Method Summary
 String getSessionID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.btobits.fixaj.events.Event
sendSelf
 

Field Detail

sessionID

protected String sessionID
Constructor Detail

SessionEvent

public SessionEvent(String sessionID)
Method Detail

getSessionID

public String getSessionID()


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.