Uses of Class
org.gcube.portlets.user.messages.client.interfaces.EventsTypeEnum

Packages that use EventsTypeEnum
org.gcube.portlets.user.messages.client   
org.gcube.portlets.user.messages.client.event   
org.gcube.portlets.user.messages.client.interfaces   
 

Uses of EventsTypeEnum in org.gcube.portlets.user.messages.client
 

Methods in org.gcube.portlets.user.messages.client with parameters of type EventsTypeEnum
 void MessagesApplicationController.subscribe(SubscriberInterface subscriber, EventsTypeEnum key)
           
 void MessagesApplicationController.subscribe(SubscriberInterface subscriber, EventsTypeEnum[] keys)
           
 void MessagesApplicationController.unsubscribe(SubscriberInterface subscriber, EventsTypeEnum key)
           
 

Uses of EventsTypeEnum in org.gcube.portlets.user.messages.client.event
 

Methods in org.gcube.portlets.user.messages.client.event that return EventsTypeEnum
 EventsTypeEnum DeleteMessageEvent.getKey()
           
 EventsTypeEnum SendMessageEvent.getKey()
           
 EventsTypeEnum OpenMessageEvent.getKey()
           
 EventsTypeEnum LoadMessagesEvent.getKey()
           
 EventsTypeEnum MarkMessageEvent.getKey()
           
 EventsTypeEnum PreviewMessageEvent.getKey()
           
 

Uses of EventsTypeEnum in org.gcube.portlets.user.messages.client.interfaces
 

Methods in org.gcube.portlets.user.messages.client.interfaces that return EventsTypeEnum
 EventsTypeEnum GuiEventInterface.getKey()
           
static EventsTypeEnum EventsTypeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventsTypeEnum[] EventsTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.