hypercast.events
Class INTERNAL_EVENT

java.lang.Object
  |
  +--hypercast.events.NOTIFICATION_EVENT
        |
        +--hypercast.events.INTERNAL_EVENT

public class INTERNAL_EVENT
extends NOTIFICATION_EVENT

Implements a class that is the base class of all event types that are designed to be unseen by the user.


Constructor Summary
INTERNAL_EVENT()
           
 
Methods inherited from class hypercast.events.NOTIFICATION_EVENT
getInfo, getTimestamp, setInfo, setTimestamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INTERNAL_EVENT

public INTERNAL_EVENT()