public class Event
extends com.maverick.events.Event
All events have the following attributes in common :-
int and must be unique across the
whole of SSHD.public Event(Object source, int id, boolean state)
source - source of eventid - event codeboolean - state true=successful false=unsuccessfulCopyright © 2012. All Rights Reserved.