net.sf.nxqd.event
Class NxqdEvent

java.lang.Object
  extended by net.sf.nxqd.event.NxqdEvent
Direct Known Subclasses:
NxqdContainerEvent, NxqdManagerEvent

public abstract class NxqdEvent
extends Object

Version:
1.0
Author:
webhiker

Constructor Summary
NxqdEvent()
           
 
Method Summary
 long getId()
           
 String getName()
          The getName method returns the name of the resource which generated the event.
 String getSource()
          The getSource method is used to hold additional data use by the NxqdContainerEvent and NxqdManagerEvent objects.
 int getType()
          The getType method returns the event type of this event.
 void setDetail(String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NxqdEvent

public NxqdEvent()
Method Detail

setDetail

public void setDetail(String s)

getId

public long getId()

getType

public int getType()
The getType method returns the event type of this event. The value returned depends on what type of underlying event object it is.

Returns:
an int value

getName

public String getName()
The getName method returns the name of the resource which generated the event.

Returns:
a String value

getSource

public String getSource()
The getSource method is used to hold additional data use by the NxqdContainerEvent and NxqdManagerEvent objects.

Returns:
a String value


Copyright © 2005-2006 nxqd. All Rights Reserved.