com.redhat.persistence
Class Event.Switch

java.lang.Object
  extended bycom.redhat.persistence.Event.Switch
Enclosing class:
Event

public abstract static class Event.Switch
extends Object


Constructor Summary
Event.Switch()
           
 
Method Summary
abstract  void onAdd(AddEvent e)
           
abstract  void onCreate(CreateEvent e)
           
abstract  void onDelete(DeleteEvent e)
           
abstract  void onRemove(RemoveEvent e)
           
abstract  void onSet(SetEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event.Switch

public Event.Switch()
Method Detail

onCreate

public abstract void onCreate(CreateEvent e)

onDelete

public abstract void onDelete(DeleteEvent e)

onSet

public abstract void onSet(SetEvent e)

onAdd

public abstract void onAdd(AddEvent e)

onRemove

public abstract void onRemove(RemoveEvent e)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC