rero.client.listeners
Class InternalEvents

java.lang.Object
  extended byrero.client.Feature
      extended byrero.client.listeners.InternalEvents

public class InternalEvents
extends Feature

setup and register the internal client events... may as well keep it in one place. I want the frameworks to be isolated from eachother as best as possible so that is why this stuff is in the client package. The client package is more or less for tieing stuff together


Field Summary
 
Fields inherited from class rero.client.Feature
abilities
 
Constructor Summary
InternalEvents()
           
 
Method Summary
 void init()
           
 
Methods inherited from class rero.client.Feature
cleanup, getCapabilities, installCapabilities, storeDataStructures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalEvents

public InternalEvents()
Method Detail

init

public void init()
Specified by:
init in class Feature