Package org.cometd.oort
Class Oort.CometListener.Adapter
java.lang.Object
org.cometd.oort.Oort.CometListener.Adapter
- All Implemented Interfaces:
EventListener,Oort.CometListener
- Enclosing interface:
- Oort.CometListener
public static class Oort.CometListener.Adapter extends Object implements Oort.CometListener
Empty implementation of
Oort.CometListener-
Nested Class Summary
Nested classes/interfaces inherited from interface org.cometd.oort.Oort.CometListener
Oort.CometListener.Adapter, Oort.CometListener.Event -
Constructor Summary
Constructors Constructor Description Adapter() -
Method Summary
Modifier and Type Method Description voidcometJoined(Oort.CometListener.Event event)Callback method invoked when a new comet joins the cloudvoidcometLeft(Oort.CometListener.Event event)Callback method invoked when a comet leaves the cloud
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
cometJoined
Description copied from interface:Oort.CometListenerCallback method invoked when a new comet joins the cloud- Specified by:
cometJoinedin interfaceOort.CometListener- Parameters:
event- the comet event
-
cometLeft
Description copied from interface:Oort.CometListenerCallback method invoked when a comet leaves the cloud- Specified by:
cometLeftin interfaceOort.CometListener- Parameters:
event- the comet event
-