org.safehaus.penrose.event
Class Event

java.lang.Object
  extended byorg.safehaus.penrose.event.Event
Direct Known Subclasses:
AddEvent, BindEvent, CacheEvent, CompareEvent, ConnectionEvent, DeleteEvent, EntryCacheEvent, ModifyEvent, ModRdnEvent, SearchEvent

public abstract class Event
extends java.lang.Object

Author:
Endi S. Dewata

Constructor Summary
Event(java.lang.Object source, int type)
           
 
Method Summary
 java.lang.Object getSource()
           
 int getType()
           
 void setSource(java.lang.Object source)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event(java.lang.Object source,
             int type)
Method Detail

getType

public int getType()

setType

public void setType(int type)

getSource

public java.lang.Object getSource()

setSource

public void setSource(java.lang.Object source)