org.ceno.tracker.srv.handler
Class SynchResourceStateEventHandler

java.lang.Object
  extended by org.ceno.tracker.srv.handler.SynchResourceStateEventHandler
All Implemented Interfaces:
IEventHandler<java.lang.Void>, ITrackerProtocol

public class SynchResourceStateEventHandler
extends java.lang.Object
implements IEventHandler<java.lang.Void>, ITrackerProtocol

Since:
0.0.1
Version:
0.0.1
Author:
Andre Albert <andre.albert82@googlemail.com>

Field Summary
 
Fields inherited from interface org.ceno.protocol.ITrackerProtocol
ACTIVATE_SIGNAL, CLOSE_SIGNAL, DEACTIVATE_SIGNAL, LOGIN_SIGNAL, LOGOUT_SIGNAL, OPEN_SIGNAL, PROTOCOL_NAME, QUERY_DEVELOPER_STATES, QUERY_MESSAGES, SEND_MESSAGE_SIGNAL, SYNCH_SIGNAL
 
Constructor Summary
SynchResourceStateEventHandler()
           
 
Method Summary
 java.lang.Void handle(IEvent event)
          
 short handlesEventSignal()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchResourceStateEventHandler

public SynchResourceStateEventHandler()
Method Detail

handle

public java.lang.Void handle(IEvent event)

Specified by:
handle in interface IEventHandler<java.lang.Void>

handlesEventSignal

public short handlesEventSignal()

Specified by:
handlesEventSignal in interface IEventHandler<java.lang.Void>
Returns: