com.maverick.nio
Class Event

java.lang.Object
  extended by com.maverick.events.EventObject
      extended by com.maverick.events.Event
          extended by com.maverick.nio.Event

public class Event
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
Event(java.lang.Object source, int id, boolean state)
           
 
Method Summary
 
Methods inherited from class com.maverick.events.Event
addAttribute, getAllAttributes, getAttribute, getError, 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

Event

public Event(java.lang.Object source,
             int id,
             boolean state)
Parameters:
source - source of event
id - event code
boolean - state true=successful false=unsuccessful


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