uk.co.mullsoft.calendar
Class CalendarUtilities.CalendarXrefListener

java.lang.Object
  extended by uk.co.mullsoft.calendar.CalendarUtilities.CalendarXrefListener
All Implemented Interfaces:
JEANAPI.JEANEventListener
Enclosing class:
CalendarUtilities

public class CalendarUtilities.CalendarXrefListener
extends java.lang.Object
implements JEANAPI.JEANEventListener


Constructor Summary
CalendarUtilities.CalendarXrefListener(java.lang.String attributeName, int eventType)
           
 
Method Summary
 void eventHasOccurred(JEANAPI.JEANEvent event)
           
 boolean eventIsAboutToOccur(JEANAPI.JEANEvent event)
           
 JEANAPI.JEANEventMask getMask()
           
 void setMask(JEANAPI.JEANEventMask mask)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarUtilities.CalendarXrefListener

public CalendarUtilities.CalendarXrefListener(java.lang.String attributeName,
                                              int eventType)
Method Detail

getMask

public JEANAPI.JEANEventMask getMask()
Specified by:
getMask in interface JEANAPI.JEANEventListener

setMask

public void setMask(JEANAPI.JEANEventMask mask)
Specified by:
setMask in interface JEANAPI.JEANEventListener

eventIsAboutToOccur

public boolean eventIsAboutToOccur(JEANAPI.JEANEvent event)
Specified by:
eventIsAboutToOccur in interface JEANAPI.JEANEventListener

eventHasOccurred

public void eventHasOccurred(JEANAPI.JEANEvent event)
Specified by:
eventHasOccurred in interface JEANAPI.JEANEventListener