com.maverick.sshd.events
Class SSHDEvent

java.lang.Object
  extended bycom.maverick.events.EventObject
      extended bycom.maverick.events.Event
          extended bycom.maverick.sshd.events.SSHDEvent

public class SSHDEvent
extends com.maverick.events.Event

Superclass of all events that may be fired during the life of SSHD.

All events have the following attributes in common :-


Field Summary
 
Fields inherited from class com.maverick.events.EventObject
source
 
Constructor Summary
SSHDEvent(java.lang.Object source, int id, boolean state)
           
 
Methods inherited from class com.maverick.events.Event
addAttribute, getAllAttributes, getAttribute, getId, getState
 
Methods inherited from class com.maverick.events.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSHDEvent

public SSHDEvent(java.lang.Object source,
                 int id,
                 boolean state)
Parameters:
source - source of event
id - event code


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.