|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectubc.cs.JLog.Foundation.jPrologServiceListener
public abstract class jPrologServiceListener
The abstract listening component of the Observer pattern. Instances register with a broadcaster, and are notified to handle any broadcast events.
Constructor Summary | |
---|---|
jPrologServiceListener()
|
Method Summary | |
---|---|
int |
getPriority()
Return the priority level for listener (a partial ordering on notification order). |
abstract void |
handleEvent(jPrologServiceEvent e)
Receive broadcast event for this class to process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public jPrologServiceListener()
Method Detail |
---|
public abstract void handleEvent(jPrologServiceEvent e)
e
- The event that was sent. Use instanceOf
to determine
actual message type and content.public int getPriority()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |