org.almendra.janet.cas.logger.handlers
Class ForeignApplicationRegisteredHandler

java.lang.Object
  extended by org.almendra.janet.cas.logger.handlers.ForeignApplicationRegisteredHandler
All Implemented Interfaces:
IEventHandler

public class ForeignApplicationRegisteredHandler
extends java.lang.Object
implements IEventHandler

Author:
Oliver

Field Summary
protected  IAgent currentAgent
           
protected  LoggerViewController viewController
           
 
Constructor Summary
ForeignApplicationRegisteredHandler(LoggerViewController viewController, IAgent currentAgent)
          Creates a new ForeignApplicationRegisteredHandler object.
 
Method Summary
protected  java.util.List getMatchingPaths(java.util.List agentPaths)
           
 void occured(Event event)
          Any object that wants to be notified about the occurrence of an event must implement this callback method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

viewController

protected LoggerViewController viewController

currentAgent

protected IAgent currentAgent
Constructor Detail

ForeignApplicationRegisteredHandler

public ForeignApplicationRegisteredHandler(LoggerViewController viewController,
                                           IAgent currentAgent)
Creates a new ForeignApplicationRegisteredHandler object.

Method Detail

occured

public void occured(Event event)
Description copied from interface: IEventHandler
Any object that wants to be notified about the occurrence of an event must implement this callback method.

Specified by:
occured in interface IEventHandler

getMatchingPaths

protected java.util.List getMatchingPaths(java.util.List agentPaths)
Parameters:
list -
Returns: